runtime.traceAlloc.off (field)
5 uses
runtime (current package)
trace.go#L934: off uintptr
trace.go#L958: if a.head == 0 || a.off+n > uintptr(len(a.head.ptr().data)) {
trace.go#L968: a.off = 0
trace.go#L970: p := &a.head.ptr().data[a.off]
trace.go#L971: a.off += n
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)